Nullable.this

Undocumented in source.
  1. this(T value)
  2. this(N n)
    struct Nullable(T)
    inout nothrow pure @safe @nogc
    this
    (
    N : typeof(null)
    )
    (
    N n
    )

Meta